@charset "utf-8";
#header .home {
    background-image: url(../img/home.png);
}

#banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
	top: 0px;
	background-color: #000;
}

.banner .video-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .video-box video {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	min-width: 100%;
	max-width: calc(100%+1px);
	min-width: calc(100%+1px);
	object-fit: fill;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#banner a img {
	width: 100%;
	display: block;
}

#banner a {
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	display: block;
	transition: all 1s ease-in-out;
}

#banner a:hover {
	transform: scale(1.06);
}

#banner .swiper-slide {
/* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
	position: relative;
	height: auto !important;
}

#banner .swiper-button-box {
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	margin-left: -600px;
}

#banner .swiper-button-prev,#banner .swiper-button-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: rgba(0,0,0,0.5);
}

#banner .swiper-button-prev {
	left: -50px;
}

#banner .swiper-button-next {
	right: -50px;
}

#banner .swiper-button-prev:after {
	font-size: 22px;
	padding: 15px 10px;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#banner .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	font-size: 22px;
	padding: 15px 10px;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#banner .swiper-pagination {bottom:6px; left:50%; transform:translate(-50%,0)}
#banner .swiper-pagination .swiper-pagination-bullet{margin:0 3px}
#banner .swiper-pagination-bullet-active {
	background-color: #D70021;
}

#banner .banner-con {
	text-align: center;
	position: absolute;
	width: 90%;
	left: 5%;
	top: 50%;
	transform: translate(0,-50%);
	color: #fff;
}

#banner .banner-con h2 {
	font-size: 48px;
	font-weight: lighter;
	letter-spacing: 10px;
	line-height: 1.2em;
	text-shadow: 0 0 3px rgba(0,0,0,.4);
}

#banner .banner-con h4 {
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 5px;
	position: relative;
	top: -2px;
	text-shadow: 0 0 3px rgba(0,0,0,.4);
}

#banner .banner-con h5 {
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 6px;
	position: relative;
	margin-top: 40px;
	text-shadow: 0 0 3px rgba(0,0,0,.4);
}

#banner .banner-con span {
	width: 30px;
	height: 1px;
	display: block;
	margin: 10px auto;
	background-color: #fff;
	opacity: .8;
	box-shadow: 0 0 3px rgba(0,0,0,.4);
}

#banner .banner-con h3 {
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 4px;
	position: relative;
	text-shadow: 0 0 3px rgba(0,0,0,.4);
}

.module-title {
	padding: 40px 0 2px 0;
	margin-bottom: 25px;
	display: block;
	text-align: left;
	justify-content: center;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

.module-title h2 {
	color: #333333;
	font-size: 36px;
	display: inline-block;
	vertical-align: text-bottom;
}

.module-title span {
	text-indent: -999em;
	width: 1px;
	height: 32px;
	transform: rotate(25deg);
	position: relative;
	top: -11px;
	margin: 0 10px 0 10px;
	display: inline-block;
	vertical-align: bottom;
	background-color: #333;
}

.module-title h3 {
	color: #010101;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: lighter;
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: text-bottom;
}

a.module-title:hover h2,
a.module-title:hover span,
a.module-title:hover h3 {
	color: #1c4cba;
}

a.module-title:hover span {
	background-color: #1c4cba;
}

.more-box {
	text-align: right;
	display: none
}

.more-box .more {
	font-size: 16px;
	color: #1c4cba;
}

.more-box .more .iconfont {
	font-size: 26px;
	position: relative;
	top: 4px;
}

.more-box .more:hover .iconfont {
	left: 5px;
}

.module-1 {
	background: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

.module-1 .list-box {
	margin: 0 -15px;
}

.module-1 .list-box .list {
	float: left;
	margin: 0 15px;
	width: 380px;
	margin-bottom: 20px;
}

.module-1 .list-box .list a {
	display: block;
}

.module-1 .list-box .list .pic {
	width: 380px;
	height: 214px;
	position: relative;
	background-color: #000;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}

.module-1 .list-box .list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

.module-1 .list-box .list:hover .pic {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.module-1 .list-box .list:hover .pic img {
	transform: scale(1.1);
	opacity: 0.5;
}

.module-1 .list-box .list .pic .time {
	font-size: 12px;
	color: #555;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 15px;
	line-height: 2em;
	border-radius: 20px;
}

.module-1 .list-box .list .pic .user {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 15px;
	display: none;
}

.module-1 .list-box .list:hover .pic .user {
	display: block;
}

.module-1 .list-box .list .pic .user .p {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	background-position: center;
}

.module-1 .list-box .list .pic .user .t {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding: 0 70px 0 10px;
}

.module-1 .list-box .list .pic .user .f {
	float: right;
	cursor: pointer;
	width: 66px;
	height: 28px;
	border-radius: 20px;
	position: relative;
	top: 5px;
	line-height: 28px;
	text-align: center;
	background-color: #1c4cba;
	color: #fff;
}

.module-1 .list-box .list .title {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 10px 0;
}

.module-1 .list-box .list .title h2 {
	font-size: 16px;
	font-weight: normal;
}

.module-1 .list-box .list a:hover .title h2 {
	color: #1c4cba;
}


.module-13 {
	overflow: hidden;
	padding: 50px 0 10px 0;
	position: relative;
	z-index: 2;
	margin-top: 0px;
}

.module-13 .list-box {
	margin: 0 -15px;
}

.module-13 .list-box .list {
	display: inline-block !important;
	vertical-align: text-top;
	margin: 0 13px;
	width: 278px;
	margin-bottom: 20px;
}

.module-13 .list-box .list a {
	display: block;
}

.module-13 .list-box .list .pic {
	width: 278px;
	height: 160px;
	position: relative;
	background-color: #000;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}

.module-13 .list-box .list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

.module-13 .list-box .list:hover .pic {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.module-13 .list-box .list:hover .pic img {
	transform: scale(1.1);
	opacity: 0.5;
}

.module-13 .list-box .list .pic .time {
	font-size: 12px;
	color: #555;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 15px;
	line-height: 2em;
	border-radius: 20px;
}

.module-13 .list-box .list .pic .user {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 13px;
	display: none;
}

.module-13 .list-box .list:hover .pic .user {
	display: block;
}

.module-13 .list-box .list .pic .user a {
	float: left;
	width: calc(100% - 75px);
}

.module-13 .list-box .list .pic .user .p {
	width: 38px;
	height: 38px;
	float: left;
	border-radius: 100%;
	background-size: cover;
	background-position: center;
}

.module-13 .list-box .list .pic .user .t {
	color: #fff;
	padding: 10px 0px 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.module-13 .list-box .list .pic .user .f {
	float: right;
	width: 66px;
	height: 28px;
	border-radius: 20px;
	position: relative;
	top: 5px;
	line-height: 28px;
	text-align: center;
	background-color: #f38484;
	color: #fff;
}

.module-13 .list-box .list .title {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 10px 0;
}

.module-13 .list-box .list .title h2 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.module-13 .list-box .list:hover .title h2 {
	color: #1C4CBA;
}


.module-10 {
	background: #fff;
	margin-top: 0px;
}

/* .module-10 .title-box {
	overflow: hidden;
	margin: 30px 0 30px;
	height: 50px;
}

.module-10 .title-box h4 {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
 */
.module-10 .tab-box {
	display: block;
	margin-top: 14px;
	float: right;
}

.module-10 .tab-box a {
	display: inline-block;
	font-size: 17px;
	margin: 0 0 0 22px;
	height: 43px;
	line-height: 43px;
	color: #333;
}

.module-10 .tab-box a:hover {
	color: #1c4cba;
}

.module-10 .tab-box a.on {
	color: #1c4cba;
	border-bottom: 2px solid #1C4CBA;
}

.module-10 .list-box {
	margin: 0 -10px;
	overflow: hidden;
}

.module-10 .list-box .list {
	display: inline-block !important;
	float: left;
	vertical-align: text-top;
	margin: 0 10px;
	width: 230px;
	margin-bottom: 15px;
}

.module-10 .list-box .list a {
	display: block;
}

.module-10 .list-box .list .pic {
	width: 230px;
	height: 130px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}

.module-10 .list-box .list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

.module-10 .list-box .list:first-child {
	width: 450px;
}

.module-10 .list-box .list:first-child .pic {
	width: 450px;
	height: 270px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}

.module-10 .list-box .list:hover .pic {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background-color: #000;
}

.module-10 .list-box .list:hover .pic img {
	transform: scale(1.1);
	opacity: 0.5;
}

.module-10 .list-box .list .title {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 10px 0;
}

.module-10 .list-box .list .title h2 {
	font-size: 16px;
	font-weight: normal;
	height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.module-10 .list-box .list:first-child .title h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.module-10 .list-box .list:hover .title h2 {
	color: #1c4cba;
}

.module-10 .list-box .list .pic .time {
	font-size: 12px;
	display: none;
	color: #555;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 15px;
	line-height: 2em;
	border-radius: 20px;
}

.module-10 .list-box .list .pic .user {
	position: absolute;
	width: 100%;
 /* height: 100%; */
	bottom: 0;
	left: 0;
	padding: 12px;
	display: none;
}

.module-10 .list-box .list:hover .pic .user {
	display: block;
}

.module-10 .list-box .list .pic .user .p {
	width: 28px;
	float: left;
	height: 28px;
	border-radius: 100%;
	display: block;
	background-size: cover;
	background-position: center;
}

.module-10 .list-box .list .pic .user .t {
	font-size: 12px;
	vertical-align: middle;
	color: #fff;
	padding: 5px 55px 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.module-10 .list-box .list .pic .user .f {
	position: absolute;
	right: 12px;
	width: 50px;
	height: 26px;
	border-radius: 20px;
	bottom: 12px;
	line-height: 26px;
	text-align: center;
	background-color: #1c4cba;
	color: #fff;
}

.module-10 .list-box .list:first-child .pic .user {
	position: absolute;
	width: 100%;
	height: 60px;
	top: auto;
	bottom: 0;
	left: 0;
	padding: 12px;
}

.module-10 .list-box .list:first-child .pic .user .p {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	background-position: center;
}

.module-10 .list-box .list:first-child .pic .user .t {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	color: #fff;
	padding: 8px 70px 0 10px;
}

.module-10 .list-box .list:first-child .pic .user .f {
	float: right;
	cursor: pointer;
	width: 66px;
	right: 0;
	font-size: 14px;
	height: 28px;
	border-radius: 20px;
	position: relative;
	top: 5px;
	line-height: 28px;
	text-align: center;
	background-color: #1c4cba;
	color: #fff;
}


.module-11 {
	background: #fff;
	margin-top: 0px;
}

/* .module-11 .title-box {
	overflow: hidden;
	margin: 30px 0 30px;
	height: 50px;
}

.module-11 .title-box h4 {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
 */
.module-11 .tab-box {
	display: block;
	margin-top: 14px;
	float: right;
}

.module-11 .tab-box a {
	display: inline-block;
	font-size: 17px;
	margin: 0 0 0 22px;
	height: 43px;
	line-height: 43px;
	color: #333;
}

.module-11 .tab-box a:hover {
	color: #1c4cba;
}

.module-11 .tab-box a.on {
	color: #1c4cba;
	border-bottom: 2px solid #1C4CBA;
}
.module-11 .bd{
    height: 560px !important;
    overflow: hidden;
}
.module-11 .list-box {
	margin: 0 -15px;
	overflow: hidden;
}

.module-11 .list-box .list {
	display: inline-block !important;
	float: left;
	vertical-align: text-top;
	margin: 0 13px;
	width: 278px;
	margin-bottom: 20px;
}

.module-11 .list-box .list a {
	display: block;
}

.module-11 .list-box .list .pic {
	width: 278px;
	height: 160px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}

.module-11 .list-box .list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease-in-out;
}
.module-11 .list-box.tj .list:nth-child(-n+2) .pic{
    height: 494px;
}

.module-11 .list-box .list:hover .pic {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background-color: #000;
}

.module-11 .list-box .list:hover .pic img {
	transform: scale(1.1);
	opacity: 0.5;
}

.module-11 .list-box .list .title {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 10px 0;
}

.module-11 .list-box .list .title h2 {
	font-size: 16px;
	font-weight: normal;
	height: 4.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.module-11 .list-box .list:hover .title h2 {
	color: #1c4cba;
}

.module-11 .list-box .list .pic .time {
	font-size: 12px;
	display: none;
	color: #555;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 15px;
	line-height: 2em;
	border-radius: 20px;
}

.module-11 .list-box .list .pic .user {
	position: absolute;
	width: 100%;
 /* height: 100%; */
	bottom: 0;
	left: 0;
	padding: 12px;
	display: none;
}

.module-11 .list-box .list:hover .pic .user {
	display: block;
}

.module-11 .list-box .list .pic .user .p {
	width: 28px;
	float: left;
	height: 28px;
	border-radius: 100%;
	display: block;
	background-size: cover;
	background-position: center;
}

.module-11 .list-box .list .pic .user .t {
	font-size: 12px;
	vertical-align: middle;
	color: #fff;
	padding: 5px 55px 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.module-11 .list-box .list .pic .user .f {
	position: absolute;
	right: 12px;
	width: 50px;
	height: 26px;
	border-radius: 20px;
	bottom: 12px;
	line-height: 26px;
	text-align: center;
	background-color: #1c4cba;
	color: #fff;
}



.module-2 {
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 3;
	margin-top: 0px;
}

.module-2 .list-box {
	margin: 30px -43px 0;
}

.module-2 .list-box .list {
	float: left;
	margin: 0 42px;
	width: 237px;
	margin-bottom: 20px;
}

.module-2 .list-box .list a {
	display: block;
}

.module-2 .list-box .list .pic {
	width: 237px;
	height: 338px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}

.module-2 .list-box .list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 8px;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

.module-2 .list-box .list a:hover .pic {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	transform: scale(1.1);
}

.module-3 {
	padding-top: 20px;
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
}

.module-3 .hot-list-box {
	margin: 0 -33px;
}

.module-3 .hot-list-box .list {
	float: left;
	margin: 0 33px;
	width: 250px;
	margin-bottom: 20px;
}

.module-3 .hot-list-box .list a {
	display: block;
}

.module-3 .hot-list-box .list .pic {
	width: 250px;
	height: 140px;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}

.module-3 .hot-list-box .list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

.module-3 .hot-list-box .list a:hover .pic {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.module-3 .hot-list-box .list a:hover .pic img {
	transform: scale(1.1);
}

.module-3 .hot-list-box .list .pic .tag {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 3px;
	line-height: 2em;
}

.module-3 .hot-list-box .list .pic .tag span {
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.module-3 .hot-list-box .list .pic .tag::before {
	content: "";
	width: 100px;
	height: 100px;
	transform: rotate(35deg);
	background-color: #1c4cba;
	position: absolute;
	right: -50px;
	top: -70px;
	z-index: 1;
}

.module-3 .hot-list-box .list .title {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	padding: 10px;
}

.module-3 .hot-list-box .list .title h2 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.module-3 .hot-list-box .list a:hover .title h2 {
	color: #1c4cba;
}

.module-3 .list-box {
	padding-top: 10px;
}

.module-3 .list-box .list {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.module-3 .list-box .list a {
	display: block;
	position: relative;
	padding-left: 25px;
}

.module-3 .list-box .list a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 0;
	top: 6px;
	position: absolute;
	background-color: #1c4cba;
}

.module-3 .list-box .list a h2 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.module-3 .list-box .list a:hover h2 {
	color: #1c4cba;
}

.module-4 {
	background: #f2f2f2;
	padding-bottom: 30px;
	overflow: hidden;
}

.module-4 .left-box {
	margin: 20px 0;
	padding: 25px;
	width: 550px;
	float: left;
	height: 442px;
	background-color: #ffffff;
	box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.module-4 .module-title {
	padding: 0px 0 20px 0;
	display: block;
	display: block;
	text-align: left;
	position: relative;
}

.module-4 .module-title h2 {
	color: #333333;
	font-size: 28px;
	display: inline-block;
	vertical-align: text-bottom;
}

.module-4 .module-title span {
	font-size: 32px;
	font-weight: 100;
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 36px;
	color: #555555;
}

.module-4 .module-title h3 {
	color: #010101;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: lighter;
	display: inline-block;
	vertical-align: text-bottom;
}

.module-4 .slide-list {
	overflow: hidden;
	position: relative;
}

.module-4 .slide-list .pic {
	background-size: cover;
	background-position: center;
	width: 500px;
	height: 282px;
	border-radius: 8px;
}

.module-4 .slide-list .title {
	font-size: 16px;
	padding: 20px 0;
}

.module-4 .swiper-pagination {
	bottom: 23px;
	text-align: right;
}

.module-4 .swiper-pagination-bullet-active {
	background-color: #D70021;
}

.module-4 .right-box {
	margin: 0px 0;
	width: 600px;
	height: 442px;
	float: right;
	position: relative;
}

.module-4 .right-box .xcx {
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 10px;
}

.module-4 .right-box .hjlyx {
	position: absolute;
	z-index: 1;
	right: -10px;
	top: 35px;
}

.module-4 .right-box .hwjxtx {
	position: absolute;
	z-index: 1;
	right: -10px;
	bottom: -30px;
}

.module-5 {
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0 0 15px 0;
	position: relative;
	z-index: 3;
}

.module-5 .list-box {
	margin: 30px -35px 0;
}

.module-5 .list-box .list {
	float: left;
	position: relative;
	margin: 0 33px;
	width: 250px;
	height: 476px;
	background-color: #ffffff;
	box-shadow: 0px 0px 27px 3px 	rgba(196, 196, 196, 0.5);
	border-radius: 8px;
	margin-bottom: 20px;
}

.module-5 .list-box .list a {
	display: block;
}

.module-5 .list-box .list .pic {
	width: 208px;
	height: 208px;
	overflow: hidden;
	position: absolute;
	left: 22px;
	bottom: 30px;
	background-color: #f8f6ef;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}

.module-5 .list-box .list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 8px;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

.module-5 .list-box .list a:hover .pic img {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	transform: scale(1.1);
}

.module-5 .list-box .list .title {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 60px 35px 0px;
}

.module-5 .list-box .list .title h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	transition: all 0.2s ease-in-out;
}

.module-5 .list-box .list a:hover .title h2 {
	color: #1c4cba;
}

.module-5 .list-box .list .title span {
	font-size: 18px;
	color: #666;
}

.module-6 {
	overflow: hidden;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 3;
}

.module-6 .list-box {
	margin: 30px -15px 0;
}

.module-6 .list-box .list {
	float: left;
	position: relative;
	margin: 0 33px;
	width: 239px;
	margin-bottom: 20px;
}

.module-6 .list-box .list a {
	display: block;
}

.module-6 .list-box .list .pic {
	transition: all 0.2s ease-in-out;
	perspective: 500px;
}

.module-6 .list-box .list .pic img {
	display: block;
	width: 85%;
	margin: 0 auto;
	height: 290px;
	object-fit: cover;
	transition: all 0.2s ease-in-out;
	transform: rotateY(-8deg);
	transform-origin: 0 0 40px;
	position: relative;
	top: 0;
}

.module-6 .list-box .list a:hover .pic img {
	transform: rotateY(0deg);
	transform: scale(1.1);
	top: -13px;
}

.module-7 {
	overflow: hidden;
	padding: 0 0 30px 0;
	position: relative;
	z-index: 3;
}

.module-7 .mainBox {
	position: relative;
}

.module-7-bg {
	height: 400px;
	background-color: #f1f0f5;
	position: absolute;
	width: 100%;
	top: 120px;
}

.module-7 .more {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 60px;
	font-size: 14px;
	background: url(../img/more-3.png) no-repeat right center;
	background-size: 8px;
	padding-right: 20px;
}

.module-7 .more:hover {
	color: #1c4cba;
	background-image: url(../img/more-4.png);
}

.module-7 .block {
	position: relative;
	display: none;
	z-index: 1;
	padding: 15px 0;
}

.module-7 .block.on {
	display: block;
}

.module-7 .block .pic {
	width: 311px;
	height: 311px;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(127, 127, 127, 0.1);
	border-radius: 10px;
}

.module-7 .block .pic img {
	display: block;
	margin: 0 auto;
}

.module-7 .block .content {
	width: 800px;
	float: right;
	padding-top: 30px;
}

.module-7 .block .content h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #333333;
}

.module-7 .block .content .con {
	font-size: 16px;
	height: 260px;
	padding-top: 70px;
	line-height: 1.8em;
	color: #666666;
}

.module-7 .block .content .con p {
	margin-bottom: 1em;
}

.module-7 .list-box {
	margin: 0px -15px 0;
}

.module-7 .list-box .list {
	float: left;
	position: relative;
	margin: 15px;
	width: 175px;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.module-7 .list-box .list .block-bg {
	background: url(../img/block-bg.png) no-repeat bottom 20px center;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.module-7 .list-box .list:hover .block-bg,

.module-7 .list-box .list.on .block-bg {
	opacity: 1;
}

.module-7 .list-box .list a {
	display: block;
}

.module-7 .list-box .list .pic {
	transition: all 0.2s ease-in-out;
	position: relative;
	z-index: 2;
	border: 10px solid #fff;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 0px rgba(127, 127, 127, 0.1);
}

.module-7 .list-box .list .pic img {
	display: block;
	width: 100%;
}

.module-7 .list-box .list a:hover .pic,

.module-7 .list-box .list.on .pic {
	transform: scale(1.1);
	box-shadow: 0px 0px 30px 0px rgba(28, 76, 186, 0.4);
}

.module-7 .list-box .list .title {
	text-align: center;
	margin-top: 28px;
	font-size: 20px;
}

.module-7 .list-box .list a:hover .title {
	color: #1c4cba;
}

.module-7 .list-box .list.on .title {
	color: #000;
}

.module-8 {
	overflow: hidden;
	padding: 0 0 30px 0;
	position: relative;
	z-index: 3;
}

.module-8 .list-box {
	margin: 0px -15px 0;
}

.module-8 .list-box .list {
	float: left;
	position: relative;
	margin: 15px;
	width: 175px;
	margin-bottom: 20px;
}

.module-8 .list-box .list a {
	display: block;
}

.module-8 .list-box .list .pic {
	transition: all 0.2s ease-in-out;
	perspective: 500px;
	border-radius: 100%;
	box-shadow: 0px 0px 20px 0px rgba(127, 127, 127, 0.1);
	margin-bottom: 20px;
}

.module-8 .list-box .list .pic img {
	display: block;
	width: 175px;
	transition: all 0.2s ease-in-out;
	position: relative;
	top: 0;
}

.module-8 .list-box .list a:hover .pic img {
	transform: scale(1.1);
}

.module-8 .list-box .list .title {
	text-align: center;
	font-size: 16px;
}

.module-8 .list-box .list a:hover .title {
	color: #1c4cba;
}

.module-9 {
	overflow: hidden;
	padding: 10px 0 0px 0;
	position: relative;
	z-index: 3;
}

.module-9 .list-box {
	overflow: hidden;
	margin: 0 -30px;
	padding: 10px 5px;
}

.module-9 .list-box a {
	transition: all 0.2s ease-in-out;
	display: block;
}

.module-9 .list-box a img {
	width: 300px;
}

.module-9 .list-box a:hover {
	transform: scale(1.06);
}

.xd-box-01 {
	margin: 40px auto;
	overflow: hidden;
	position: relative;
}

.module-12{
	display: none;
	background: #f1f0f5;
	padding: 30px 0;
}
.module-12 .ranking{
	height: 628px;
	border-radius: 20px;
	background: #fff url(../img/ranking.jpg) no-repeat left top;
}
.module-12 .ranking .hd{
	margin-top: 130px;
	margin-left: 57px;
	float: left;
	width: 234px;
	
	
}
.module-12 .ranking .hd div{
	height: 50px;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	padding-left: 50px;
}
.module-12 .ranking .hd div.on{
	background: url(../img/ranking-link-bg.png);
	height: 86px;
	line-height: 86px;
	color: #1C4CBA;
}
.module-12 .ranking .bd{
	float: left;
	width: 900px;
	position: relative;
}
.module-12 .ranking .list-box{
	padding: 35px 50px;
}
.module-12 .ranking .list{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 100px;
	width: 800px;
	background: url(../img/1.png) no-repeat 20px center;
}
.module-12 .ranking .list:nth-child(2){
	background: url(../img/2.png) no-repeat 20px center;
}
.module-12 .ranking .list:nth-child(3){
	background: url(../img/3.png) no-repeat 20px center;
}
.module-12 .ranking .list:nth-child(4){
	background: url(../img/4.png) no-repeat 36px center;
}
.module-12 .ranking .list:nth-child(5){
	background: url(../img/5.png) no-repeat 36px center;
}
.module-12 .ranking .list .pic{
	display: inline-block;
	vertical-align: middle;
	width: 133px;
}
.module-12 .ranking .list .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 8px;
	background-position: center;
	transition: all 0.2s ease-in-out;
}
.module-12 .ranking .list .title{
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	width: 450px;
}
.module-12 .ranking .list .title h2{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.module-12 .ranking .list .title .user{
	font-size: 14px;
}
.module-12 .ranking .list .title .user a{
	color: #1C4CBA;
}

.module-12 .ranking .list .hot{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/hot.png) no-repeat 10px 2px;
	padding-left: 26px;
	color: #666666;
}


.module-14{
	background: #f1f0f5;
	padding: 10px 0 50px;
}
.module-14 .module-title{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.module-14 .block-box{
	overflow: hidden;
	margin: 0 -13px;
}
.module-14 .block-box .block{
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	border-radius: 10px;
	width: 280px;
	float: left;
	margin: 0 13px;
}
.module-14 .block .list-box{
	padding: 0 20px;
}
.module-14 .block .list{
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 20px;
	padding-left: 30px;
	background: url(../img/x1.png) no-repeat 5px center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.module-14 .block .list a:hover{
	color: #1C4CBA;
}
.module-14 .block .list:nth-child(2){
	background: url(../img/x2.png) no-repeat 5px center;
}
.module-14 .block .list:nth-child(3){
	background: url(../img/x3.png) no-repeat 5px center;
}
.module-14 .block .list:nth-child(4){
	background: url(../img/x4.png) no-repeat 5px center;
}
.module-14 .block .list:nth-child(5){
	border-bottom: 0;
	background: url(../img/x5.png) no-repeat 5px center;
}

.module-15{
    background: #f1f0f5;
    margin: 20px 0 0 0;
    padding-bottom: 40px;
}
.module-15 .list-box{
    display: flex;
    justify-content: space-between;
}
.module-15 .list-box .list{
    width: 49%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.module-15 .list-box .list img{
    display:block;
    width: 100%;
}

.xd-box-01 a {
	display: block;
}

.xd-box-01 img {
	display: block;
	width: 100%;
}

.xd-box-01 .swiper-pagination-bullet-active {
	background-color: #D70021;
}

.xd-box-01 .swiper-container-horizontal > .swiper-pagination-bullets, .xd-box-01 .swiper-pagination-custom, .xd-box-01 .swiper-pagination-fraction {
	bottom: 0;
}

#side .block-keyuan {
	display: block;
}
@media screen and (max-width: 1500px) {
	#side .block-keyuan{
		display: none ;
	}
}
@media screen and (max-width: 768px) {

	

	#banner {
		width: 7rem;
		margin: .25rem auto;
		min-width: 100%;
		overflow: hidden;
		position: relative;
		top: 0px;
		background-color: #fff;
	}

	.banner .video-box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.banner .video-box video {
		position: absolute;
		width: auto;
		height: auto;
		max-width: 100%;
		min-width: 100%;
		max-width: calc(100%+1px);
		min-width: calc(100%+1px);
		object-fit: fill;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	#banner a img {
		width: 100%;
		display: block;
	}

	#banner a {
		background-repeat: no-repeat;
		background-position: center;
		background-size: 150%;
		width: 7rem;
		margin: 0 auto;
		border-radius: .1rem;
		height: 2.1rem;
		display: block;
	}

	#banner .swiper-slide {
		position: relative;
		height: auto !important;
	}

	#banner .swiper-button-prev,#banner .swiper-button-next {
		display: none;
	}

	#banner .swiper-pagination {
		bottom: 0px;
		width: 100%;
	}

	#banner .swiper-pagination-bullet {
		margin: 0 2px;
	}

	#banner .swiper-pagination-bullet-active {
		background-color: #D70021;
	}

	#banner .banner-con {
		text-align: center;
		position: absolute;
		width: 90%;
		left: 5%;
		top: 50%;
		transform: translate(0,-50%);
		color: #fff;
	}

	#banner .banner-con h2 {
		font-size: .48rem;
		font-weight: lighter;
		letter-spacing: 2px;
		line-height: 1.2em;
		text-shadow: 0 0 3px rgba(0,0,0,.4);
	}

	#banner .banner-con h4 {
		font-size: 12px;
		font-weight: lighter;
		letter-spacing: 1px;
		position: relative;
		top: -2px;
		text-shadow: 0 0 3px rgba(0,0,0,.4);
	}

	#banner .banner-con h5 {
		font-size: 12px;
		font-weight: lighter;
		letter-spacing: 2px;
		position: relative;
		margin-top: 10px;
		text-shadow: 0 0 3px rgba(0,0,0,.4);
	}

	#banner .banner-con span {
		width: 30px;
		height: 1px;
		display: block;
		margin: 5px auto;
		background-color: #fff;
		opacity: .8;
		box-shadow: 0 0 3px rgba(0,0,0,.4);
	}

	#banner .banner-con h3 {
		font-size: 14px;
		font-weight: lighter;
		letter-spacing: 1px;
		position: relative;
		text-shadow: 0 0 3px rgba(0,0,0,.4);
	}

	.module-title {
		padding: .3rem .3rem .2rem;
		display: block;
		display: block;
		text-align: left;
		position: relative;
	}

	.module-title h2 {
		color: #333333;
		font-size: .42rem;
		display: inline-block;
		vertical-align: text-bottom;
	}

	.module-title span {
		display: none;
	}

	.module-title h3 {
		color: #010101;
		font-size: .24rem;
		text-transform: uppercase;
		font-weight: lighter;
		display: inline-block;
		vertical-align: text-bottom;
	}

	.more-box {
		text-align: right;
	}

	.more-box .more {
		font-size: 16px;
		color: #1c4cba;
	}

	.more-box .more .iconfont {
		font-size: 26px;
		position: relative;
		top: 4px;
	}

	.more-box .more:hover .iconfont {
		left: 5px;
	}

	.module-1 {
		background: none !important;
		margin-top: 0px;
		border-bottom: 10px solid #f1f1f1;
		padding-bottom: 10px;
	}

	.module-1 .list-box {
		margin: 0 .25rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.module-1 .list-box .list {
		float: none;
		margin: 0;
		width: 3.4rem;
		margin-bottom: .2rem;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
	}

	.module-1 .list-box .list a {
		display: block;
	}

	.module-1 .list-box .list .pic {
		width: 100%;
		height: 2rem;
		position: relative;
		background-color: #000;
		overflow: hidden;
		border-radius: .1rem;
		transition: all 0.2s ease-in-out;
	}

	.module-1 .list-box .list .pic img {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		transition: all 0.2s ease-in-out;
	}

	.module-1 .list-box .list:hover .pic {
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}

	.module-1 .list-box .list:hover .pic img {
		transform: scale(1);
		opacity: 1;
	}

	.module-1 .list-box .list .pic .time {
		font-size: .2rem;
		color: #555;
		background-color: rgba(255,255,255,.8);
		position: absolute;
		top: .15rem;
		left: .15rem;
		padding: 0 .15rem;
		line-height: 2em;
		border-radius: 20px;
	}

	.module-1 .list-box .list .pic .user {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 15px;
		display: none;
	}

	.module-1 .list-box .list:hover .pic .user {
		display: none;
	}

	.module-1 .list-box .list .title {
		font-size: .28rem;
		line-height: .4rem;
		color: #333;
		padding: .15rem;
	}

	.module-1 .list-box .list .title h2 {
		font-size: .3rem;
		font-weight: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.module-1 .list-box .list a:hover .title h2 {
		color: #1c4cba;
	}

	.module-1 .more-box {
		display: none;
	}

	.module-2 {
		background: none !important;
		overflow: hidden;
		padding: 0 0 50px 0;
		position: relative;
		z-index: 3;
		border-bottom: 10px solid #f1f1f1;
		padding-bottom: 10px;
	}

	.module-2 .list-box {
		margin: .2rem 0 0;
		white-space: nowrap;
		overflow: auto;
		padding-left: .25rem;
	}

	.module-2 .list-box .list {
		float: none;
		margin: 0 .25rem 0 0;
		width: 2.37rem;
		display: inline-block;
		margin-bottom: 20px;
	}

	.module-2 .list-box .list a {
		display: block;
	}

	.module-2 .list-box .list .pic {
		width: 2.37rem;
		height: 3.38rem;
		position: relative;
		background-color: #ffffff;
		border-radius: 8px;
		transition: all 0.2s ease-in-out;
	}

	.module-2 .list-box .list .pic img {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		border-radius: 8px;
		background-position: center;
		transition: all 0.2s ease-in-out;
	}

	.module-2 .list-box .list a:hover .pic {
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		transform: scale(1.1);
	}

	.module-3 {
		background: #fff;
		padding-top: 20px;
		margin-top: 0px;
		position: relative;
		z-index: 2;
		border-bottom: 10px solid #f1f1f1;
		padding-bottom: 10px;
	}

	.module-3 .hot-list-box {
		margin: 0 .25rem;
		margin-top: -.25rem;
	}

	.module-3 .hot-list-box .list {
		float: none;
		margin: 0 0;
		width: 100%;
		padding: .2rem 0;
		margin: 0;
		border-top: 1px solid #f1f1f1;
	}
	.module-3 .hot-list-box .list:first-child{
		border-top: 0;
	}
	.module-3 .hot-list-box .list a {
		display: flex;
		flex-direction: row-reverse;
		position: relative;
	}

	.module-3 .hot-list-box .list .pic {
		width: 2.50rem;
		height: 1.4rem;
		position: initial;
		background-color: #ffffff;
		overflow: hidden;
		border-radius: 8px;
		transition: all 0.2s ease-in-out;
	}

	.module-3 .hot-list-box .list .pic img {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		transition: all 0.2s ease-in-out;
	}

	.module-3 .hot-list-box .list a:hover .pic {
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}

	.module-3 .hot-list-box .list a:hover .pic img {
		transform: scale(1.1);
	}

	.module-3 .hot-list-box .list .pic .tag {
		position: absolute;
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		padding: 0;
		line-height: 1.2em;
	}

	.module-3 .hot-list-box .list .pic .tag span {
		font-size: .24rem;
		color: #888;
		position: relative;
		z-index: 2;
	}

	.module-3 .hot-list-box .list .pic .tag::before {
		display: none;
	}

	.module-3 .hot-list-box .list .title {
		font-size: .32rem;
		flex: 1;
		line-height: .4rem;
		color: #333;
		padding: 0 .15rem 0 0;
	}

	.module-3 .hot-list-box .list .title h2 {
		font-size: .32rem;
		font-weight: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.module-3 .hot-list-box .list a:hover .title h2 {
		color: #1c4cba;
	}

	.module-3 .list-box {
		display: none;
	}

	.module-4 {
		display: none;
	}

	.module-5 {
		overflow: hidden;
		border-bottom: 10px solid #f1f1f1;
		padding-bottom: 10px;
		position: relative;
		z-index: 3;
	}

	.module-5 .list-box {
		margin: 0 0 0;
		white-space: nowrap;
		overflow: auto;
		padding-left: .25rem;
		padding-top: .2rem;
	}

	.module-5 .list-box .list {
		float: none;
		margin: 0 .25rem 0 0;
		height: auto;
		width: 2.5rem;
		display: inline-block;
		background-color: #ffffff;
		box-shadow: 0px 0px 15px 1px rgba(196, 196, 196, 0.5);
		border-radius: .1rem;
		margin-bottom: 20px;
	}

	.module-5 .list-box .list a {
		display: flex;
		flex-direction: column-reverse;
	}

	.module-5 .list-box .list .pic {
		width: 2.5rem;
		height: 2.5rem;
		left: 0;
		bottom: auto;
		overflow: hidden;
		position: relative;
		background: none;
		box-shadow: none;
		border-radius: .1rem .1rem 0 0;
		transition: all 0.2s ease-in-out;
	}

	.module-5 .list-box .list .pic img {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		border-radius: .1rem .1rem 0 0;
		background-position: center;
		transition: all 0.2s ease-in-out;
	}

	.module-5 .list-box .list a:hover .pic img {
		box-shadow: 0 0 20px rgba(0,0,0,0.2);
		transform: scale(1.1);
	}

	.module-5 .list-box .list .title {
		font-size: .32rem;
		line-height: 1.3em;
		color: #333;
		padding: .3rem .2rem;
	}

	.module-5 .list-box .list .title h2 {
		font-size: .32rem;
		font-weight: normal;
		margin-bottom: .1rem;
		transition: all 0.2s ease-in-out;
	}

	.module-5 .list-box .list a:hover .title h2 {
		color: #1c4cba;
	}

	.module-5 .list-box .list .title span {
		font-size: .26rem;
		color: #666;
	}

	.module-6 {
		overflow: hidden;
		border-bottom: 10px solid #f1f1f1;
		padding-bottom: 10px;
		position: relative;
		z-index: 3;
	}

	.module-6 .list-box {
		margin: 0;
		padding: .2rem 0;
		white-space: nowrap;
		overflow: auto;
		padding-left: .25rem;
	}

	.module-6 .list-box .list {
		float: none;
		margin: 0 .25rem 0 0;
		height: auto;
		display: inline-block;
		width: 2.39rem;
		margin-bottom: .2rem;
	}

	.module-6 .list-box .list a {
		display: block;
	}

	.module-6 .list-box .list .pic {
		transition: all 0.2s ease-in-out;
		perspective: 500px;
	}

	.module-6 .list-box .list .pic img {
		display: block;
		width: 95%;
		margin: 0 auto;
		height: 2.9rem;
		object-fit: cover;
		transition: all 0.2s ease-in-out;
		transform: rotateY(-8deg);
		transform-origin: 0 0 40px;
		position: relative;
		top: 0;
	}

	.module-6 .list-box .list a:hover .pic img {
		transform: rotateY(0deg);
		transform: scale(1.1);
		top: -13px;
	}

	.module-7 {
		overflow: hidden;
		border-bottom: 10px solid #f1f1f1;
		padding-bottom: 10px;
		position: relative;
		z-index: 3;
	}

	.module-7-bg {
		display: none;
	}

	.module-7 .block {
		display: none;
	}

	.module-7 .block.on {
		display: none;
	}

	.module-7 .list-box {
		margin: 0;
		padding: .2rem 0;
		white-space: nowrap;
		overflow: auto;
		padding-left: .25rem;
	}

	.module-7 .list-box .list {
		float: none;
		margin: 0 .25rem 0 0;
		height: auto;
		display: inline-block;
		vertical-align: text-top;
		width: 1.75rem;
		margin-bottom: .2rem;
	}

	.module-7 .list-box .list .block-bg {
		background: url(../img/block-bg.png) no-repeat bottom 20px center;
		opacity: 0;
		transition: all 0.4s ease-in-out;
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.module-7 .list-box .list:hover .block-bg,

	.module-7 .list-box .list.on .block-bg {
		opacity: 1;
		display: none;
	}

	.module-7 .list-box .list a {
		display: block;
	}

	.module-7 .list-box .list .pic {
		transition: all 0.2s ease-in-out;
		position: relative;
		z-index: 2;
		border: 10px solid #fff;
		border-radius: 100%;
		box-shadow: 0px 0px 20px 0px rgba(127, 127, 127, 0.1);
	}

	.module-7 .list-box .list .pic img {
		display: block;
		width: 100%;
	}

	.module-7 .list-box .list a:hover .pic,

	.module-7 .list-box .list.on .pic {
		transform: scale(1);
		box-shadow: 0px 0px 20px 0px rgba(127, 127, 127, 0.1);
	}

	.module-7 .list-box .list .title {
		text-align: center;
		margin-top: .2rem;
		font-size: .28rem;
		white-space: break-spaces;
	}

	.module-7 .list-box .list a:hover .title,

	.module-7 .list-box .list.on .title {
		color: #000;
	}

	.module-8 {
		overflow: hidden;
		background: none;
		border-bottom: 10px solid #f1f1f1;
		padding-bottom: 10px;
		position: relative;
		z-index: 3;
	}

	.module-8 .list-box {
		margin: 0;
		padding: .2rem 0;
		white-space: nowrap;
		overflow: auto;
		padding-left: .25rem;
	}

	.module-8 .list-box .list {
		float: none;
		margin: 0 .25rem 0 0;
		height: auto;
		display: inline-block;
		width: 1.75rem;
		margin-bottom: .2rem;
	}

	.module-8 .list-box .list a {
		display: block;
	}

	.module-8 .list-box .list .pic {
		transition: all 0.2s ease-in-out;
		perspective: 500px;
		width: 1.75rem !important;
		height: 1.75rem !important;
		border-radius: 100%;
		box-shadow: 0px 0px 20px 0px rgba(127, 127, 127, 0.1);
		margin-bottom: 20px;
	}

	.module-8 .list-box .list .pic img {
		display: block;
		width: 100%;
		transition: all 0.2s ease-in-out;
		position: relative;
		top: 0;
	}

	.module-8 .list-box .list a:hover .pic img {
		transform: scale(1);
	}

	.module-8 .list-box .list .title {
		text-align: center;
		margin-top: .2rem;
		font-size: .28rem;
		white-space: break-spaces;
	}

	.module-8 .list-box .list a:hover .title {
		color: #1c4cba;
	}
	.module-9 {
		overflow: hidden;
		padding: 0;
		position: relative;
		z-index: 3;
	}

	.module-9 .list-box {
		overflow: visible;
		width: 230px;
		margin: 0;
		padding: 0 10px;
	}

	.module-9 .list-box a {
		transition: all 0.2s ease-in-out;
		display: block;
	}

	.module-9 .list-box a img {
		width: 230px;
	}

	.module-9 .list-box a:hover {
		transform: scale(1);
	}

	.xd-box-01 {
		margin: 40px auto;
		display: none;
	}

	.xd-box-01 a {
		display: block;
	}

	.xd-box-01 img {
		display: block;
		width: 100%;
	}
	
	.module-13{
		padding:0;
	}
	.module-13 .list-box{margin: 0 .25rem; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.module-13 .list-box .list{float: none; display: block !important; margin: 0; width: 3.4rem; margin-bottom: .2rem; box-shadow: 0 0 0px rgba(0,0,0,0.1);}
	.module-13 .list-box .list a{display: block;}
	.module-13 .list-box .list .pic{width: 100%; height: 2rem; position: relative;	background-color: #000; overflow: hidden; border-radius: .1rem; transition: all 0.2s ease-in-out;}
	.module-13 .list-box .list .pic img{display: block; width: 100%; height: 100%; background-size: cover; background-position: center; transition: all 0.2s ease-in-out;}
	.module-13 .list-box .list a:hover .pic{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
	.module-13 .list-box .list a:hover .pic img{ transform: scale(1); opacity: 1;}
	.module-13 .list-box .list .pic .time{font-size: .2rem; color: #555; background-color: rgba(255,255,255,.8); position: absolute; top: .15rem; left: .15rem; padding: 0 .15rem; line-height: 2em; border-radius: 20px;}
	.module-13 .list-box .list .pic .user{display: none;}
	.module-13 .list-box .list a:hover .pic .user{display: none;}
	.module-13 .list-box .list .title{font-size: .28rem; line-height: .4rem; color: #333; padding: .15rem 0;}
	.module-13 .list-box .list .title h2{font-size: .3rem;font-weight: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.module-13 .list-box .list a:hover .title h2{color: #1c4cba;}
	
	.module-10 .module-title{margin-bottom: 10px; padding-bottom: .1rem; border-top: 10px solid #f1f1f1;}
	.module-10 .tab-box{overflow: auto; white-space: nowrap; margin-top: 0; float: none; height: 45px;}
	.module-10 .tab-box a{margin: 0 20px 0 0; font-size: 15px; height: 35px; line-height: 35px;}
	.module-10 .list-box{margin: 0 .25rem; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.module-10 .list-box .list{float: none; display: block !important; margin: 0; width: 3.4rem; margin-bottom: .2rem; box-shadow: 0 0 0px rgba(0,0,0,0.1);}
	.module-10 .list-box .list a{display: block;}
	.module-10 .list-box .list .pic{width: 100%; height: 2rem; position: relative;	background-color: #000; overflow: hidden; border-radius: .1rem; transition: all 0.2s ease-in-out;}
	.module-10 .list-box .list .pic img{display: block; width: 100%; height: 100%; background-size: cover; background-position: center; transition: all 0.2s ease-in-out;}
	.module-10 .list-box .list a:hover .pic{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
	.module-10 .list-box .list a:hover .pic img{ transform: scale(1); opacity: 1;}
	.module-10 .list-box .list .pic .time{font-size: .2rem; color: #555; background-color: rgba(255,255,255,.8); position: absolute; top: .15rem; left: .15rem; padding: 0 .15rem; line-height: 2em; border-radius: 20px;}
	.module-10 .list-box .list .pic .user{display: none;}
	.module-10 .list-box .list a:hover .pic .user{display: none;}
	.module-10 .list-box .list .title{font-size: .28rem; line-height: .4rem;	color: #333; padding: .15rem 0;}
	.module-10 .list-box .list .title h2{font-size: .3rem;font-weight: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.module-10 .list-box .list a:hover .title h2{color: #1c4cba;}
	.module-10 .list-box .list:first-child {
		width: 100%;
	}
	.module-10 .list-box .list:first-child .pic{width: 100%; height: 4rem; position: relative;	background-color: #000; overflow: hidden; border-radius: .1rem; transition: all 0.2s ease-in-out;}
	.module-10 .list-box .list:first-child .pic img{display: block; width: 100%; height: 100%; background-size: cover; background-position: center; transition: all 0.2s ease-in-out;}
	
	
	
	.module-11 .tab-box{overflow: auto; white-space: nowrap; margin-top: 0; float: none; height: 45px;}
	.module-11 .tab-box a{margin: 0 20px 0 0; font-size: 15px; height: 35px; line-height: 35px;}
	
    .module-11 .bd{
        height: 800px !important;
    }
	.module-11 .list-box{margin: 0 .25rem; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.module-11 .list-box .list{float: none; display: block !important; margin: 0; width: 3.4rem; margin-bottom: .2rem; box-shadow: 0 0 0px rgba(0,0,0,0.1);}
	.module-11 .list-box .list a{display: block;}
	.module-11 .list-box .list .pic{width: 100%; height: 2rem; position: relative;	background-color: #000; overflow: hidden; border-radius: .1rem; transition: all 0.2s ease-in-out;}
	.module-11 .list-box .list .pic img{display: block; width: 100%; height: 100%; background-size: cover; background-position: center; transition: all 0.2s ease-in-out;}
	.module-11 .list-box .list a:hover .pic{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
	.module-11 .list-box .list a:hover .pic img{ transform: scale(1); opacity: 1;}
	.module-11 .list-box .list .pic .time{font-size: .2rem; color: #555; background-color: rgba(255,255,255,.8); position: absolute; top: .15rem; left: .15rem; padding: 0 .15rem; line-height: 2em; border-radius: 20px;}
	.module-11 .list-box .list .pic .user{display: none;}
	.module-11 .list-box .list a:hover .pic .user{display: none;}
	.module-11 .list-box .list .title{font-size: .28rem; line-height: .4rem;	color: #333; padding: .15rem 0;}
	.module-11 .list-box .list .title h2{font-size: .3rem;font-weight: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.module-11 .list-box .list a:hover .title h2{color: #1c4cba;}
	.module-11 .list-box .list:first-child {
		width: 3.4rem;
	}
	.module-11 .list-box.tj .list:nth-child(-n+2) .pic{height:5.8rem}
	.module-11 .list-box .list:first-child .pic{width: 100%; height: 2rem; position: relative;	background-color: #000; overflow: hidden; border-radius: .1rem; transition: all 0.2s ease-in-out;}
	.module-11 .list-box .list:first-child .pic img{display: block; width: 100%; height: 100%; background-size: cover; background-position: center; transition: all 0.2s ease-in-out;}
	
	
	.module-14{
		background: #f1f0f5;
		padding: 10px 0 5px;
	}
	.module-14 .module-title{
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.module-14 .block-box{
		overflow: hidden;
		margin: 0 .25rem;
	}
	.module-14 .block-box .block{
		background-color: #fff;
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
		border-radius: 10px;
		width: 100%;
		float: none;
		margin: 0 0 .25rem;
	}
	.module-14 .block .list-box{
		padding: 0 20px;
	}
	.module-14 .block .list{
		font-size: 16px;
		border-bottom: 1px solid #eee;
		padding: 15px 20px;
		padding-left: 30px;
		background: url(../img/x1.png) no-repeat 5px center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.module-14 .block .list a:hover{
	color: #1C4CBA;
	}
	.module-14 .block .list:nth-child(2){
	background: url(../img/x2.png) no-repeat 5px center;
	}
	.module-14 .block .list:nth-child(3){
	background: url(../img/x3.png) no-repeat 5px center;
	}
	.module-14 .block .list:nth-child(4){
	background: url(../img/x4.png) no-repeat 5px center;
	}
	.module-14 .block .list:nth-child(5){
	border-bottom: 0;
	background: url(../img/x5.png) no-repeat 5px center;
	}
	
}



